home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 February: Tool Chest / Dev.CD Feb 95 / Dev.CD Feb 95.toast / Sample Code / Snippets / Networking / TCP Server / main.h < prev    next >
Encoding:
Text File  |  1992-07-15  |  174 b   |  11 lines  |  [TEXT/KAHL]

  1. /*
  2.     TCP Client/Server Queuing Example
  3.     Steve Falkenburg, MacDTS, Apple Computer
  4.     3/11/92
  5. */
  6.  
  7. void main(void);
  8. void InitMac(void);
  9. void InitQueues(void);
  10. void MainLoop(void);
  11.